-- *****************************************************************
-- Juniper-SDX-POM-MIB
--
-- Juniper Networks Inc.
-- Juniper Management Center POM MIB
--
Juniper-SDX-POM-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE,
    Integer32,
    Counter32,
    Gauge32,
    TimeTicks
        FROM SNMPv2-SMI

    MODULE-COMPLIANCE,
    OBJECT-GROUP
        FROM SNMPv2-CONF

    juniSdxMibs
        FROM Juniper-SDX-MIBS
        
    juniSdxSaeIndex
        FROM Juniper-SDX-SAE-MIB;


juniSdxPomMib MODULE-IDENTITY
    LAST-UPDATED "200710091400Z"  -- 09-Oct-07

    ORGANIZATION "Juniper Networks, Inc."
    CONTACT-INFO
        "        Juniper Technical Assistance Center
                 Juniper Networks, Inc.
                 1194 N. Mathilda Avenue
                 Sunnyvale, CA 94089
                 E-mail: support@juniper.net"

    DESCRIPTION
        "MIB of the SDX POM "

    REVISION "200710091400Z"  -- 09-Oct-07
    DESCRIPTION
    "Obsolete juniSdxPEnUptime, juniSdxPDPUptime and juniSdxSORUptime"
    
    REVISION "200308111100Z"  -- 11-Aug-03
    DESCRIPTION
    "Minor Syntax updates"

    REVISION "200211011600Z"  -- 01-Nov-02
    DESCRIPTION
    "
    PEN TABLE:
        juniSdxPEnAvgPGModProcTime         ->    Gauge32,
        juniSdxPEnAvgInfClassModProcTime   ->    Gauge32
        juniSdxSORLoadedPGs                ->    Gauge32
 
    SOR TABLE:
        juniSdxSORLoadedPGs                ->    Gauge32
    "

    REVISION "200210251600Z"  -- 25-Oct-02
    DESCRIPTION
    "Revision info updated."


    ::= { juniSdxMibs 6 }

juniSdxMgmtInterface OBJECT IDENTIFIER ::= { juniSdxPomMib 1 }

--
-- Obsolete PEn Table
--

    juniSdxObsPEnTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxObsPEnEntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "Table of Policy Engine MI-derived entries."
        ::= { juniSdxMgmtInterface 1 }

    juniSdxObsPEnEntry OBJECT-TYPE
        SYNTAX      JuniSdxObsPEnEntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "A table entry describing Policy Engine MI. This table
         has one index: juniSdxObsPEnIndex."
        INDEX   { juniSdxObsPEnIndex }
        ::= { juniSdxObsPEnTable 1 }

    JuniSdxObsPEnEntry ::= SEQUENCE
    {
        juniSdxObsPEnIndex                             Integer32,
        juniSdxObsPEnUptime                            TimeTicks,
        juniSdxObsPEnPGMods                            Counter32,
        juniSdxObsPEnInterfaceClassMods                Counter32,
        juniSdxObsPEnAvgPGModProcTime                  Gauge32,
        juniSdxObsPEnAvgInfClassModProcTime            Gauge32
    }

    juniSdxObsPEnIndex OBJECT-TYPE
        SYNTAX      Integer32 (0..10000)
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "The index of this table. It represents an instance of a Policy Engine"
        ::= { juniSdxObsPEnEntry 1 }

    juniSdxObsPEnUptime OBJECT-TYPE
        SYNTAX      TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The time (in hundredths of a second) since the Policy Engine 
         was last re-initialized."
        ::= { juniSdxObsPEnEntry 2 }

    juniSdxObsPEnPGMods OBJECT-TYPE
        SYNTAX      Counter32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The total Number of PolicyGroup Modifications. The modications
         may result in changes in the default and/or service
         policies on the router."
        ::= { juniSdxObsPEnEntry 3 }

    juniSdxObsPEnInterfaceClassMods OBJECT-TYPE
        SYNTAX      Counter32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The total Number of Interface Classifier Modifications. The
         modications may result in changes in the Policy Group used for
         the interface. This may result in changes in the default
         policies on the router."
        ::= { juniSdxObsPEnEntry 4 }

    juniSdxObsPEnAvgPGModProcTime OBJECT-TYPE
        SYNTAX      Gauge32
        UNITS       "milliseconds"
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Average Time for Processing Policy Group
         Modification (rolling average over last n messages
         where n=10). Metric of Policy Engine performance."
        ::= { juniSdxObsPEnEntry 5 }

    juniSdxObsPEnAvgInfClassModProcTime OBJECT-TYPE
        SYNTAX      Gauge32
        UNITS       "milliseconds"
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Average Time for Processing Interface Classifer
         Modification (rolling average over last n messages
         where n=10). Metric of Policy Engine performance."
        ::= { juniSdxObsPEnEntry 6 }

--
-- PEn Table
--

    juniSdxPEnTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxPEnEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "Table of Policy Engine MI-derived entries."
        ::= { juniSdxMgmtInterface 4 }

    juniSdxPEnEntry OBJECT-TYPE
        SYNTAX      JuniSdxPEnEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "A table entry describing Policy Engine MI. This table
         has one index: juniSdxSaeIndex."
        INDEX   { juniSdxSaeIndex }
        ::= { juniSdxPEnTable 1 }

    JuniSdxPEnEntry ::= SEQUENCE
    {
        juniSdxPEnUptime                            TimeTicks,
        juniSdxPEnPGMods                            Counter32,
        juniSdxPEnInterfaceClassMods                Counter32,
        juniSdxPEnAvgPGModProcTime                  Gauge32,
        juniSdxPEnAvgInfClassModProcTime            Gauge32
    }

    juniSdxPEnUptime OBJECT-TYPE
        SYNTAX      TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The time (in hundredths of a second) since the Policy Engine 
         was last re-initialized."
        ::= { juniSdxPEnEntry 1 }

    juniSdxPEnPGMods OBJECT-TYPE
        SYNTAX      Counter32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The total Number of PolicyGroup Modifications. The modications
         may result in changes in the default and/or service
         policies on the router."
        ::= { juniSdxPEnEntry 2 }

    juniSdxPEnInterfaceClassMods OBJECT-TYPE
        SYNTAX      Counter32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The total Number of Interface Classifier Modifications. The
         modications may result in changes in the Policy Group used for
         the interface. This may result in changes in the default
         policies on the router."
        ::= { juniSdxPEnEntry 3 }

    juniSdxPEnAvgPGModProcTime OBJECT-TYPE
        SYNTAX      Gauge32
        UNITS       "milliseconds"
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The Average Time for Processing Policy Group
         Modification (rolling average over last n messages
         where n=10). Metric of Policy Engine performance."
        ::= { juniSdxPEnEntry 4 }

    juniSdxPEnAvgInfClassModProcTime OBJECT-TYPE
        SYNTAX      Gauge32
        UNITS       "milliseconds"
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The Average Time for Processing Interface Classifer
         Modification (rolling average over last n messages
         where n=10). Metric of Policy Engine performance."
        ::= { juniSdxPEnEntry 5}


--
-- Obsolete PDP Table
--
    juniSdxObsPDPTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxObsPDPEntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "Table of Policy Decision Point MI-derived entries."
        ::= { juniSdxMgmtInterface 2 }

    juniSdxObsPDPEntry OBJECT-TYPE
        SYNTAX      JuniSdxObsPDPEntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "A table entry describing Policy Decision Point MI.
         This table has one index: juniSdxObsPDPIndex."
        INDEX   { juniSdxObsPDPIndex }
        ::= { juniSdxObsPDPTable 1 }

    JuniSdxObsPDPEntry ::= SEQUENCE
    {
        juniSdxObsPDPIndex                     Integer32,
        juniSdxObsPDPUptime                    TimeTicks,
        juniSdxObsPDPDefaultDecisions          Counter32,
        juniSdxObsPDPServiceDecisions          Counter32,
        juniSdxObsPDPErrors                    Counter32
    }

    juniSdxObsPDPIndex OBJECT-TYPE
        SYNTAX      Integer32 (0..10000)
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "The index of this table. It represents an instance of a PDP"
        ::= { juniSdxObsPDPEntry 1 }

    juniSdxObsPDPUptime OBJECT-TYPE
        SYNTAX     TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Uptime (number of hundredths of a second since
         Policy Decision Point start)."
        ::= { juniSdxObsPDPEntry 2 }

    juniSdxObsPDPDefaultDecisions OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The total Number of Default policy Decisions. The decisions
         are in response to interface up events from the router."
        ::= { juniSdxObsPDPEntry 3 }

    juniSdxObsPDPServiceDecisions OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The total Number of Service policy Decisions. The
         decisions are in response to services activation
         events from ssp."
        ::= { juniSdxObsPDPEntry 4 }

    juniSdxObsPDPErrors OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The total Number of Errors. An error may occur during the
         policy decision process."
        ::= { juniSdxObsPDPEntry 5 }
        
--
-- PDP Table
--
    juniSdxPDPTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxPDPEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "Table of Policy Decision Point MI-derived entries."
        ::= { juniSdxMgmtInterface 5 }

    juniSdxPDPEntry OBJECT-TYPE
        SYNTAX      JuniSdxPDPEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "A table entry describing Policy Decision Point MI.
         This table has one index: juniSdxSaeIndex."
        INDEX   { juniSdxSaeIndex }
        ::= { juniSdxPDPTable 1 }

    JuniSdxPDPEntry ::= SEQUENCE
    {
        juniSdxPDPUptime                    TimeTicks,
        juniSdxPDPDefaultDecisions          Counter32,
        juniSdxPDPServiceDecisions          Counter32,
        juniSdxPDPErrors                    Counter32
    }

    juniSdxPDPUptime OBJECT-TYPE
        SYNTAX     TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Uptime (number of hundredths of a second since
         Policy Decision Point start)."
        ::= { juniSdxPDPEntry 1 }

    juniSdxPDPDefaultDecisions OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The total Number of Default policy Decisions. The decisions
         are in response to interface up events from the router."
        ::= { juniSdxPDPEntry 2 }

    juniSdxPDPServiceDecisions OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The total Number of Service policy Decisions. The
         decisions are in response to services activation
         events from ssp."
        ::= { juniSdxPDPEntry 3 }

    juniSdxPDPErrors OBJECT-TYPE
        SYNTAX     Counter32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The total Number of Errors. An error may occur during the
         policy decision process."
        ::= { juniSdxPDPEntry 4 }

--
-- Obsolete SOR Table
--

    juniSdxObsSORTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxObsSOREntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "Table of Shared Object Repository MI-derived entries."
        ::= { juniSdxMgmtInterface 3 }

    juniSdxObsSOREntry OBJECT-TYPE
        SYNTAX      JuniSdxObsSOREntry
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "A table entry describing Shared Object Repository MI.
        This table has one index: juniSdxObsSORIndex."
        INDEX   { juniSdxObsSORIndex }
        ::= { juniSdxObsSORTable 1 }

    JuniSdxObsSOREntry ::= SEQUENCE
    {
        juniSdxObsSORIndex                          Integer32,
        juniSdxObsSORUptime                         TimeTicks,
        juniSdxObsSORLoadedPGs                      Gauge32
    }

    juniSdxObsSORIndex OBJECT-TYPE
        SYNTAX      Integer32 (0..10000)
        MAX-ACCESS  not-accessible
        STATUS      obsolete
        DESCRIPTION
        "The index of this table. It represents an instance of a SOR"
        ::= { juniSdxObsSOREntry 1 }

    juniSdxObsSORUptime OBJECT-TYPE
        SYNTAX      TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Uptime (number of hundredths of a second since
         SOR start)."
        ::= { juniSdxObsSOREntry 2 }

    juniSdxObsSORLoadedPGs OBJECT-TYPE
        SYNTAX      Gauge32
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The current total number (not the cumulative total number) of PolicyGroups loaded from
         the backend data store."
        ::= { juniSdxObsSOREntry 3 }


--
-- SOR MI
--

    juniSdxSORTable OBJECT-TYPE
        SYNTAX      SEQUENCE OF JuniSdxSOREntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "Table of Shared Object Repository MI-derived entries."
        ::= { juniSdxMgmtInterface 6 }

    juniSdxSOREntry OBJECT-TYPE
        SYNTAX      JuniSdxSOREntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION
        "A table entry describing Shared Object Repository MI.
        This table has one index: juniSdxSaeIndex."
        INDEX   { juniSdxSaeIndex }
        ::= { juniSdxSORTable 1 }

    JuniSdxSOREntry ::= SEQUENCE
    {
        juniSdxSORUptime                         TimeTicks,
        juniSdxSORLoadedPGs                      Gauge32
    }

    juniSdxSORUptime OBJECT-TYPE
        SYNTAX      TimeTicks
        MAX-ACCESS  read-only
        STATUS      obsolete
        DESCRIPTION
        "The Uptime (number of hundredths of a second since
         SOR start)."
        ::= { juniSdxSOREntry 1 }

    juniSdxSORLoadedPGs OBJECT-TYPE
        SYNTAX      Gauge32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
        "The current total number (not the cumulative total number) of PolicyGroups loaded from
         the backend data store."
        ::= { juniSdxSOREntry 2 }

-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--
-- Conformance information
--
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

juniSdxPomCompliances OBJECT IDENTIFIER ::= { juniSdxPomMib 2 }
juniSdxPomGroups      OBJECT IDENTIFIER ::= { juniSdxPomMib 3 }

-- compliance statements

juniSdxPomCompliance MODULE-COMPLIANCE
        STATUS  current
        DESCRIPTION
                "The compliance statement for entities which implement
                the SDX POM MIB."
        MODULE  -- this module
                MANDATORY-GROUPS { juniSdxPomGroup }
        ::= { juniSdxPomCompliances 1 }

juniSdxPomGroup OBJECT-GROUP
    OBJECTS
    {
        juniSdxPEnPGMods,
        juniSdxPEnInterfaceClassMods,
        juniSdxPEnAvgPGModProcTime,
        juniSdxPEnAvgInfClassModProcTime,
        juniSdxPDPDefaultDecisions,
        juniSdxPDPServiceDecisions,
        juniSdxPDPErrors,
        juniSdxSORLoadedPGs
    }
    STATUS  current
    DESCRIPTION
        "A collection of management objects pertaining
        to system management capabilities in SDX. (POM)"
        ::= { juniSdxPomGroups 1 }

juniSdxPomObsoleteGroup OBJECT-GROUP
    OBJECTS
    {   
        -- PEn
        juniSdxPEnUptime,
        juniSdxObsPEnUptime,
        juniSdxObsPEnPGMods,
        juniSdxObsPEnInterfaceClassMods,
        juniSdxObsPEnAvgPGModProcTime,
        juniSdxObsPEnAvgInfClassModProcTime,
        -- PDP
        juniSdxPDPUptime,
        juniSdxObsPDPUptime,
        juniSdxObsPDPDefaultDecisions,
        juniSdxObsPDPServiceDecisions,
        juniSdxObsPDPErrors,
        -- SOR
        juniSdxSORUptime,
        juniSdxObsSORUptime,
        juniSdxObsSORLoadedPGs                      
    }
    STATUS  obsolete
    DESCRIPTION
        "A collection of obsolete management objects pertaining
        to system management capabilities in SDX. (POM)"
        ::= { juniSdxPomGroups 2 }

END